'宣言 Public MustInherit Class BaseODataCollectionViewServiceBuilder (Of T,TControl As BaseODataCollectionViewService(Of T), TBuilder As BaseODataCollectionViewServiceBuilder(Of T,TControl,TBuilder)) Inherits BaseCollectionViewServiceBuilder(Of T,TControl,TBuilder) Implements ITemplateBuilder(Of TBuilder), Microsoft.AspNetCore.Html.IHtmlContent
public abstract class BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> : BaseCollectionViewServiceBuilder<T,TControl,TBuilder>, ITemplateBuilder<TBuilder>, Microsoft.AspNetCore.Html.IHtmlContent where TControl: BaseODataCollectionViewService<T> where TBuilder: BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>